Welcome![Sign In][Sign Up]
Location:
Search - hash table

Search list

[Otherhash

Description: 上海交大数据结构作业,Hash表的类实现,包含测试文件.-Shanghai Jiaotong data structure operations, class Hash table implementations, including the test file.
Platform: | Size: 1809408 | Author: 高奥 | Hits:

[OtherHash

Description: 哈希表的一些功能,如制作出一个哈希表,并对相应的信息进行查找等。-This is Hash Table, you can search messages by using this table
Platform: | Size: 2048 | Author: 刘震 | Hits:

[Otherhash

Description: 哈希表实现字母表的索引,使用拉链法来处理哈希表中的冲突。-Hash table to achieve index alphabet, using the zipper method to deal with conflicts in the hash table.
Platform: | Size: 2048 | Author: 尚绝枫 | Hits:

[Data structshash

Description: 这是用哈希表实现的学生信息管理系统的程序。提供添加、删除、查找和显示学生信息以及清屏的功能。-This is achieved using a hash table of student information management system procedures. Provide add, delete, search and display student information and clear screen function.
Platform: | Size: 290816 | Author: 林雨 | Hits:

[OtherHash

Description: 哈希表的操作基本功能如下: (1)生成n个随机数并输出。 (2)确定适当的哈希地址空间大小m,使控制装填因子α在0.75左右。 (3)采用除留余数法作为哈希函数 H(key)=key p,选择适当的p。 (4)用开放定址法中线性探查法处理冲突建立哈希表,并计算平均查找长度。 (5)功能:检索、插入、删除。-The basic function of the operation of the hash table as follows: (a) generating a random number, and n outputs. (2) to determine the appropriate size of the hash address space m, the control loading factor α at around 0.75. (3) In addition to leaving the remainder using a hash function H (key) = key p, select the appropriate p. (4) establish conflict hash table with open addressing method in the linear probe method, and calculate the average search length. (5) Function: retrieve, insert, delete.
Platform: | Size: 2048 | Author: | Hits:

[Data structshash

Description: hash table 数据结构 课程作业实习 -hash table data structure course work
Platform: | Size: 3072 | Author: jinliang | Hits:

[Otherhash

Description: hash表的实现(散列),已经编译通过。-achieve hash table (hash)
Platform: | Size: 282624 | Author: dobby | Hits:

[Dialog_WindowVB-Hash-ok

Description: VB的哈希杂凑表高级算法示例,很好的例子-VB hash hash table advanced algorithms example, a good example
Platform: | Size: 56320 | Author: cjy | Hits:

[OtherHASH-cpp

Description: hash表测试实例,实现一个简单的哈希表的应用实例-hash table test cases to achieve a simple hash table application examples
Platform: | Size: 61440 | Author: yaunger | Hits:

[Otherhash

Description: 哈希表的实现,C++源代码,codeblocks调试成功-Achieve the hash table, C++ source code, codeblocks successful commissioning
Platform: | Size: 208896 | Author: Yang | Hits:

[OtherHash

Description: 设计散列表实现身份证查找系统,对身份证号进行 Hash。 [基本要求] (1) 设每个记录有下列数据项:身份证号码(虚构,位数和编码规则与真实一致即 可)、姓名、地址。 (2) 从键盘或文件输入各记录,以身份证号码为关键字建立散列表。 (3) 采用开放定址的方法解决冲突。 (4) 查找并显示给定身份信息的记录。-Designed to achieve identity hash table lookup system, ID number for Hash. [Basic requirements] (1) Let each record the following data items: ID number (fiction, median and encoding rules can be consistent with the real), name and address. (2) input the keyboard or a file for each record, to build a hash table ID number for keywords. (3) use of open addressing method to resolve the conflict. (4) to find and display status information for a given record.
Platform: | Size: 548864 | Author: 真真 | Hits:

[assembly languagehash

Description: 散列表。它通过把关键码值映射到表中一个位置来访问记录,以加快查找的速度。这个映射函数叫做散列函数,存放记录的数组叫做散列表。在理想情况下,查找、插入、删除操作的时间均为O(1),是一种高效的动态集合结构。-Hash table. It to access records by key value mapped to a table in a position to accelerate the lookup speed. This mapping function called a hash function to store the recorded array called a hash table. Ideally, search, insert, delete operation time are O (1), is a highly dynamic set of structures.
Platform: | Size: 1024 | Author: juwairen | Hits:

[Linux-Unixhash

Description: Turn bulk memory into a hash table object by initializing the fields of the Hash structure.
Platform: | Size: 7168 | Author: vhbunqui | Hits:

[source in ebookHASH

Description: 散列表(Hash table,也叫哈希表),是根据关键码值(Key value)而直接进行访问的数据结构。也就是说,它通过把关键码值映射到表中一个位置来访问记录,以加快查找的速度。这个映射函数叫做散列函数,存放记录的数组叫做散列表。给定表M,存在函数f(key),对任意给定的关键字值key,代入函数后若能得到包含该关键字的记录在表中的地址,则称表M为哈希(Hash)表,函数f(key)为哈希(Hash) 函数。-Hash table
Platform: | Size: 323584 | Author: KID | Hits:

[Data structshash

Description: 数据结构,Hash表应用,采用的是查找算法-Data structure, Hash table application, using the search algorithm
Platform: | Size: 239616 | Author: 靳以2002 | Hits:

[Graph programhash

Description: hash tablesread program in simple pascal and check the variable by hash table
Platform: | Size: 2048 | Author: yan83791 | Hits:

[Otherhash

Description: 用哈希表显示姓名及信息,实现姓名的查找,显示及哈希表的显示-A hash table shows the name and information to achieve the name search, display and display hash table
Platform: | Size: 285696 | Author: gtt | Hits:

[OtherThe-design-of-Hash

Description: 1、设每个记录有下列数据项:电话号码、用户名、地址 2、从键盘输入各记录,分别以电话号码和用户名为关键字建立哈希表; 3、采用再哈希法解决冲突; 4、查找并显示给定电话号码的记录; 5、查找并显示给定用户名的记录。 6、在哈希函数确定的前提下,尝试各种不同类型处理冲突的方法(至少两种),考察平均查找长度的变化。 -1, each record has the following data items: telephone number, user name, address 2, the keyboard input of each record, respectively, with the phone number and user name as the key word to establish a hash table 3, the hash conflict 4, to find and display the number of a given phone number of records 5, find and display a given user name of the record. 6, in the context of the hash function to determine the various types of different types of processing methods of conflict (at least two), to investigate the change in the average length of search.
Platform: | Size: 141312 | Author: 张校臣 | Hits:

[e-languagehash

Description: 易语言QEHash V3.0源码例程程序结合易语言特殊功能支持库,实现哈希Hash表操作。 -Easy language QEHash V3.0 source routine procedures combined with easy language special features to support the library, the realization of the hash table Hash operation.
Platform: | Size: 4096 | Author: zcwlo | Hits:

[Data structsHash

Description: 数据结构->哈希表的实现,处理冲突的几种方法的实现-Data structure-> hash table implementation, dealing with the implementation of several methods of conflict
Platform: | Size: 13312 | Author: 任何 | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 39 »

CodeBus www.codebus.net